Started

Jan 22, 2025 11:59:49 PM

Ended

Jan 23, 2025 12:01:14 AM

Features Passed

5

Features Failed

0

Features
Scenarios
Steps

Timeline

Tags

NamePassedFailedSkippedOthersPassed %
@TC1.1 1 0 0 0 100%
@TC7.1 1 0 0 0 100%
@DeleteContact 1 0 0 0 100%
@Regression 4 0 0 0 100%
@TC4.1 1 0 0 0 100%
@UserSignup 2 0 0 0 100%
@TC8.1 1 0 0 0 100%
@LoginUser 2 0 0 0 100%
@AddNewContact 2 0 0 0 100%
@TC3.1 1 0 0 0 100%
@TC3.2 1 0 0 0 100%
@EditContactDetails 2 0 0 0 100%
@TC7.2 1 0 0 0 100%
@TC4.2 1 0 0 0 100%
@TC1.2 1 0 0 0 100%

System/Environment

NameValue
user QA AUTOMATION CLASSES
build 0.1.1
os Windows
  • DelateContact

    11:59:50 PM / 00:00:08:074 Pass

    DelateContact
    01.22.2025 11:59:50 PM 01.22.2025 11:59:58 PM 00:00:08:074 · #test-id=1
    Given User logs in to the Contact List App
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When User clicks the selected contact
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks the Delete Contact button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then User verifies if the contact is Deleted
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
  • EditContact

    11:59:58 PM / 00:00:33:866 Pass

    EditContact
    01.22.2025 11:59:58 PM 01.23.2025 12:00:32 AM 00:00:33:866 · #test-id=17
    Given User logs in to the Contact List App
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When User clicks the selected contact
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks the Edit Contact button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clears the fields to edit
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User enters valid details into the cleared fields
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks the Submit button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then User verifies if the contact is updated
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Given User logs in to the Contact List App
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When User clicks the selected contact
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks the Edit Contact button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clears the fields to edit
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User enters invalid details into the cleared fields
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks the Submit button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then User verifies the error messages
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
  • AddNewContact

    12:00:32 AM / 00:00:19:292 Pass

    AddNewContact
    01.23.2025 12:00:32 AM 01.23.2025 12:00:51 AM 00:00:19:292 · #test-id=60
    Given User logs in to the Contact List App
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When User clicks Add New Contact button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User enters valid data details
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks Submit button in Add Contact Page
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then User verify new contact is added
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Given User logs in to the Contact List App
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When User clicks Add New Contact button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User enters invalid data details
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And User clicks Submit button in Add Contact Page
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then User verifies the error message
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
  • UserLogin

    12:00:51 AM / 00:00:10:410 Pass

    UserLogin
    01.23.2025 12:00:51 AM 01.23.2025 12:01:02 AM 00:00:10:410 · #test-id=95
    Given User has an existing account
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When the user enters valid credentials
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And the user clicks the Submit button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then the user verifies that the Contact List Page is displayed
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Given the user has no existing account
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When the user enters invalid credentials
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then the user verifies the corresponding error message
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
  • UserSignup

    12:01:02 AM / 00:00:11:843 Pass

    UserSignup
    01.23.2025 12:01:02 AM 01.23.2025 12:01:14 AM 00:00:11:843 · #test-id=124
    Given the user clicks the Signup button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When the user enters valid information details
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And the user clicks the Submit button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then the user verifies that the Contact List Page is displayed
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Given the user clicks the Signup button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    When the user enters invalid information details
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    And the user clicks the Submit button
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot
    Then the user verifies the error message
    com.cheq.contact_list.hooks.Hooks.actionAfterEachStep(io.cucumber.java.Scenario)
    Step Screenshot